.indicator-container, .treemap-indicator-container, .treemap-indicator-container-name{
    text-align: center;
    margin-top: 10px;
}

.treemap-indicator-container-name .treemap-slide-indicator-name{
    color: white;
}

@media screen and (max-width: 1082px) {
    .treemap-indicator-container-name .treemap-slide-indicator-name{
        font-size: 8px;
    }
}

.weekly-indicator-container,
.top-gainer-loser-indicator-container{
    text-align: center;
    position: relative;
}



.treemap-indicator-container{
    position: relative;
    bottom: 5px;
    z-index: 100;
}

.macroeconomics-a{
    text-decoration: none;
    color: white;

}

.macroeconomics-a:hover{
    text-decoration: underline;
    color: white;

}

.treemap-image-0{
position: relative;
bottom: 28px;
overflow: hidden;

}
.treemap-indicator-container-arrow{
    z-index: 100;
}

.treemap-indicator-container-arrow span{
    cursor: pointer;
    /* font-size: 12px; */
    /* opacity: 0.7; */
}

.treemap-indicator-container-arrow .go-left, .go-right{
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: black; */
}
.treemap-indicator-container-arrow .go-left{
    transform: translateY(-50%);
    z-index: 10;
    top: 55%;
    left: 10px;
}
.treemap-indicator-container-arrow .go-right{
    transform: translateY(-50%);
    z-index: 10;
    top: 55%;
    right: 10px;
}

.slide-indicator, .treemap-slide-indicator, .weekly-outlook-slide-indicator,
.top-gainer-loser-slide-indicator{
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #918c8c;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.indicator-active {
background-color: #ffffff;
}



.mySlides, .weekly-oulook-mySlides, .treemap-mySlides, .topgainerloser-mySlides {
    display: none;
    animation: slide 1s;
}


.weekly-oulook-mySlides,
.topgainerloser-mySlides{
    flex-direction: column;
}
  
@keyframes slide {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

.news-card-wrapper{
    border: 1px solid var(--border-color);    
    border-radius: 5px;
    overflow: hidden;
}

.news-card{
    display: flex;
    min-height: 100%;
    width: 100%;
    color: white;
    padding: 10px;
    justify-content: center;
    align-items: center;
    height: 182px  !important;
    position: relative;
    overflow: hidden;
}

.news-card .left-section{
    flex: 6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news-card .left-section .news-source-dynamic img{
    max-height: 18px;
}
.news-card .right-section{
    flex: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}


.news-card .right-section img{
    height: auto;
    border-radius: 10px;
}

.news-card .news-title-dynamic a{
    text-decoration: none;
    color: white;
}

.news-card .news-title-dynamic a:hover{
    text-decoration: underline;
}

.news-card .news-source-dynamic {
    /* font-size: 12px; */
    position: absolute;
    top: 8px;
}

.news-card .news-date-dynamic {
    position: absolute;
    top: 170px;
    font-size: 18px;
}


.news-card1 .news-title-dynamic a{
    text-decoration: none;
    color: white;
}

.news-card1 .news-title-dynamic a:hover{
    text-decoration: underline;
}

.news-card1 .news-source-dynamic {
    /* font-size: 12px; */
    position: absolute;
    top: 8px;
}

.news-card1 .news-date-dynamic {
    position: absolute;
    top: 148px;
    font-size: 12px;
}


.news-card1{
    display: flex;
    min-height: 100%;
    width: 100%;
    color: white;
    padding: 10px;
    justify-content: center;
    align-items: center;
    height: 148px  !important;
    position: relative;
    overflow: hidden;
    text-align: left !important ;
}

.news-card1 .left-section{
    flex: 6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news-card1 .left-section .news-source-dynamic img{
    max-height: 18px;
    border-radius: 6px;
}
.news-card1 .right-section{
    flex: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}


.news-card1 .right-section img{
    height: auto;
    border-radius: 10px;
    width: 80%;
    max-height: 90px;
}


@media screen and (max-width: 1082px) {

    .news-card{
        height: 100px !important;
    }

    .news-card .right-section img {
        height: 100%;
        width: 75%;
        border-radius: 10px;
    }

    .news-card .news-title-dynamic{
        font-size: 12px;
        color: white;
    }

    .news-card .left-section .news-source-dynamic img{
        max-height: 12px;
    }

    .news-card .news-date-dynamic {
        font-size: 10px;
        top: 102px !important;
    }
    .news-card1{
        height: 100px !important;
    }

    .news-card1 .right-section img {
        height: 100%;
        width: 75%;
        border-radius: 10px;
    }

    .news-card1 .news-title-dynamic{
        font-size: 12px;
        color: white;
    }

    .news-card1 .left-section .news-source-dynamic img{
        max-height: 12px;
    }

    .news-card1 .news-date-dynamic {
        font-size: 10px;
        top: 102px !important;
    }
}


.main-container {
    margin: 0px 10px;
    margin-top: 90px;
}

.button-container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 289px;
}

.nav-logo-container {
    height: 40px;
    background-color: #22262f;
    padding-top: 5px;

}

.nav-logo-container .new-logo{
    margin-left: 10px;
}

.nav-logo-container .new-logo img {
    height: 100%
}

.nav-logo-container .new-logo .first {
    height: 40px;
}

.nav-logo-container .new-logo .second {
    margin-left: 10px;
    height: 40px;
}



.search-container {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    margin-top: 15px;
    height: 25px;
    width: 100%;
    color: white;

}

.search-container .search {
    text-align: center;
    height: 25px;
    width: 315px;
}

.search-container .new-logo-container {
    margin-left: 15px;
    display: flex;
}

.search-container .new-logo-container .logo {
    text-align: center;
    margin: 10px;
    cursor: pointer;
    width: 24px;
}


.search-container .new-logo-container img {
    width: 100%;
    max-width: 30px;
    border-radius: 20%;
}

.login-logout{
    height: 100%;
}

.message-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
    height: 35px;
    width: 100%;
    color: white;
    /* border: 1px solid #ccc !important; */
    background-color: #4c5261;
    justify-content: center;
    text-align: center;

}

.message-container .message {
    text-align: left;
    justify-items: center;
    height: 50%;
    width: 100%;
    color: white;
    /* border-radius: 10px 10px 10px 10px; */
}

.main-body-container {
    display: flex;
    justify-content: space-between;
    color: white;
    max-height: 250px;
    margin-top: 10px;
    border-radius: 10px;
    border: 1px solid #4c5263;

    /* background-image: url("/static/image/new-main-background-transparent.png"); */
}

.main-body-container .content {
    width: 100%;
    cursor: pointer;
}



/* FOR image */
/* .main-body-container .content img {
    width: 100%;
} */


/* FOR HTML */
.main-body-content {
    display: flex;
    width: 100%;
    /* background-color: black; */
    border-radius: 10px;

}

.main-body-container .attractive-text {
    padding: 20px;
}

.attractive-text {
    flex: 1;
    /* padding: 20px; */
    box-sizing: border-box;
}

.attractive-text .first-heading {
    font-size: 35px;
}

.attractive-text .second-heading {
    font-size: 25px;
}

.attractive-text .third-heading {
    font-size: 19px;
}

.subscribe-button-container {
    margin-top: 25px;
    height: 50px;
    position: relative;
    left: 120px;
}


.subscribe-button-container .subscribe-button {
    cursor: pointer;
    color: black;
    background-color: #4ecca3;
    border: none;
    border-radius: 10px;
    height: 100%;
    width: 180px;
    font-size: 18px;

    font-family: Arial, Helvetica, sans-serif;
}



.company-logo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;

}

.company-logo img {
    max-width: 100%;
    max-height: 100%;
    width: 60%;
}

.attractive-image {
    flex: 1;
    display: flex;
    justify-content: right;
    text-align: right;
}




.attractive-image .actual-image {
    /* max-width: 100%; */
    height: auto;
    width: 65%;
    margin-right: 25px;


}

.attractive-image .actual-image img {
    max-height: 100%;
    height: 100%;
    /* width: 100%; */
}



.main-content-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
    height: 100%;
    width: 100%;
    color: white;
}

.marketing-container {
    display: flex;
    width: 30%;
    height: 170px;
    padding: 20px;
    text-align: left;
    margin-right: 10px;
    border-radius: 10px;
    border: 1px solid #4c5263;
    justify-content: center;
}

.custom-redirect{
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-button-redirect{
    padding: 10px;
    margin-top: 18px;

}


/* 

    
    .nav-logo-container {
        height: 20px;
    }
    
    .nav-logo-container .new-logo img {
        height: 100%
    }
    
    .nav-logo-container .new-logo .first {
        height: 20px;
    }
    
    .nav-logo-container .new-logo .second {
        margin-left: 10px;
        height: 20px;
    }
    
        
    .search-container .search {
        text-align: center;
        height: 25px;
        width: 315px;
    }

    .search-container .new-logo-container {
        display: flex;
    }

    .search-container .new-logo-container .logo {
        text-align: center;
        cursor: pointer;
        width: 24px;
        margin: 3px;
    }


    .search-container .new-logo-container img {
        width: 100%;
        max-width: 30px;
        border-radius: 20%;
    }

} */

@media screen and (max-width: 769px) {


    .nav-logo-container {
        height: 40px;
        border-top: 0.5px solid #4c5263;
        border-bottom: 0.5px solid #4c5263;
        background-color: black;
    }
}


@media screen and (max-width: 1082px) {


    .nav-logo-container {
        height: 40px;
    }

    .nav-logo-container .new-logo img {
        height: 100%
    }

    .nav-logo-container .new-logo .first {
        height: 20px;
    }

    .nav-logo-container .new-logo .second {
        margin-left: 10px;
        height: 20px;
    }

    .search-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 105px;
        text-align: center;
    }


    .search-container .search {
        display: flex;
        text-align: center;
        height: 25px;
        width: 100%;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .search-container .new-logo-container {
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        width:100%;
        margin-left: 0px;


    }

    .search-container .new-logo-container .logo {
        text-align: center;
        cursor: pointer;
        width: 24px;
        margin: 7px;
    }


    .search-container .new-logo-container img {
        width: 100%;
        max-width: 30px;
        border-radius: 20%;
    }

}

.marketing-content .attractive-text .second-size {
    font-size: 22px;
}



.marketing-content .attractive-text .first-size {
    font-size: 23px;
}

.marketing-text-image {
    width: 100%;
}

.marketing-text-image img {
    width: 100%;
}


.content-container {
    height: 170px;
    width: 70%;
    display: flex;
    padding: 20px;
    /* background-color: black; */
    border: 1px solid #4c5263;

    text-align: justify;
    font-size: 17px;
    border-radius: 10px;
    ;
}

.calculator-container {
    width: 100%;
    height: 100%;
    max-height: 100%;
    /* background-color: black; */
}


#calculator {
    border-radius: 10px;
    height: 100%;
    text-align: center;
}

#calculator .input-row {
    display: flex;
    align-items: center;
    text-align: center;
}

#calculator .sliders {
    margin-top: 15px;
}

#calculator .input-row .inside-input-row {
    width: 50%;
}

#calculator .input-row .inside-input-row .input-row-button,
.custom-button-redirect {
    cursor: pointer;
    color: black;
    background-color: #4ecca3;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

#calculator .input-row .inside-input-row label input {
    margin-bottom: 3px;
    top: 3px;
    left: -1px;
    position: relative;
}

#calculator label {
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-bottom: 10px;

}

#calculator input[type="range"] {
    width: 66%;
    margin: 0 auto;
}

#calculator input[type="number"] {
    width: 50px;
    border-radius: 10px;
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-size: 18px;

}

#calculator button {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}


#investment{
    width: 60px!important;
    text-align: left !important;
}

/* #calculator #result {
    font-size: 18px;
} */
.marketing-image {
    width: 40%;
}



/* .marketing-image .right-image{
    width: 100%;
} */
.marketing-image .right-image img {
    height: 50%;
    /* width: 100%; */
}

.content-container .contents {
    width: 100%;
    height: 100%;
}


.button-box {
    height: 60px;
    width: 40%;
    /* border: 1px solid #ccc !important; */
    position: absolute;

}

.bottom-right-button {
    margin: 20px;
    bottom: 0;
    right: 0;
}



.live-data-container {
    display: flex;
    align-items: center;
    margin-top: 30px;
    height: 35px;
    width: 100%;
    color: white;
    border: 1px solid #ccc !important;

}

.live-data-container .live-data-content {
    text-align: center;
    justify-items: center;
    height: 50%;
    width: 100%;
    color: white;
    /* border-radius: 10px 10px 10px 10px; */
}


.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}



.compound-interest-button {
    display: block;
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    padding: 6px 12px;
    color: #fff;
    cursor: pointer;
    background-color: #5dade2;
    font-size: 16px;
    border-radius: 15px;
}



:root {
    --search-input-size: 300px;
}

#search-input-wrapper {
    width: 100%;
    position: relative;
    width: var(--search-input-size);
}

#search-input-wrapper #search-input {
    width: 100%;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 5px;
    border: none;
    outline: none;
}

#search-input-wrapper #search-input:focus {
    border-radius: 5px 5px 0px 0px;
}

#search-results {
    z-index: 1;
    position: absolute;
    top: 29px;
    left: 0px;
    width: var(--search-input-size);
    max-height: 200px;
    overflow-y: auto;
    /* overflow-x: visible; */
    border-radius: 0px 0px 5px 5px;
}

#search-results {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#search-results::-webkit-scrollbar {
    display: none;
}

#search-results .result {
    font-size: 10px;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

#search-results .result .search-result-ticker {
    margin-right: 5px;
    font-weight: 600;
}

#search-results .result .search-result-time-period {
    /* background-color: #bab9b9; */
    /* border: 1px solid rgb(0, 0, 0); */
    padding: 2px 5px;
    font-family: monospace;
    font-style: italic;
    margin-left: 10px;
    font-size: 10px;
}

#search-results .result:hover {
    background-color: #f5f5f5;
}
/* 
.message-container .message{
    display: flex;
    justify-content: space-between;
    align-content: center;
} */


.message-container .message .nav-links .nav-link {
    margin-left: 25px;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
}

.message-container .message .nav-links .nav-link:hover {
    color: var(--primary);
}

.message-container .message .nav-links .active {
    color: var(--primary);
    font-weight: 700;
}

.nav-buttons {
    display: flex;
    align-items: center;
}


.nav-logo-container .links{
    display: none;
}



.small-screen-nav{
    display: none;
}
@media screen and (max-width: 1082px) {
    #nav-toggle-button {
        filter: invert(100%);
        display: block;
    }

    .nav-logo-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav-logo-container .links{
        display: flex;
        margin-right: 35px;
        align-items: center;
    }
    .nav-logo-container .links .nav-link{
        /* display: flex; */
        color: white;
        font-size: 12px;
        margin-right: 6px;
        text-decoration: none;
        margin-bottom: 8px;
    }


    .large-screen-nav{
        display: none !important;
    }

    .small-screen-nav{
        display: flex;
    }

    .message-container {
        display: flex;
        align-items: center;
        margin-top: 25px;
        height: 35px;
        width: 100%;
        color: red;
        background-color: #4c5261;
        font-size: 15px;
    }

    .message-container .message {
        text-align: left;
        justify-items: center;
        height: 100%;
        width: 100%;
        color: white;
    }

    .message-container .message .nav-links {
        display: none;
        top: 70px;
        width: 100%;
        left: 0px;
        z-index: 1;
        padding: 20px;
        box-sizing: border-box;
        flex-direction: column;
        align-items: self-start;
        position: absolute;
        position: fixed;
        background-color: #1f1f1f;
    }

    #nav-toggle-button{
        position: absolute;
        top: 47px;
        right: 8px;
    }

    
    .message-container .message .nav-links .nav-buttons {
        display: block !important;
        width: 100%;
    }

    .message-container .message .nav-links .nav-link {
        margin-left: 0px;
        margin-top: 10px;
        display: block;
        width: 100%;
    }

    #nav-login-button,
    #nav-logout-button, #nav-singup-button {
        margin-left: 0px !important;
        margin-top: 10px;
    }
    #mobile-nav-login-button,
    #mobile-nav-logout-button {
        margin-left: 0px !important;
        margin-top: 10px;
    }

    nav #search-input-wrapper {
        margin-top: 10px;
        width: 100%;
    }

    nav #search-results {
        width: 100%;
    }

}



@media screen and (max-width: 1082px) {

    .main-content-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .main-content-container .marketing-container {
        width: 100%;
        padding: 0px;
        height: 100%;

    }

    .main-content-container .content-container {
        margin-top: 20px;
        width: 100%;
        padding-top: 10px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        font-size: 10px;
        height: 90%;


    }




    #calculator {
        border-radius: 10px;
        height: 100%;
        text-align: center;
    }

    #calculator .input-row {
        display: flex;
        align-items: center;
        text-align: center;
    }

    #calculator .sliders {
        margin-top: 15px;
    }

    #calculator .input-row .inside-input-row {
        width: 50%;
    }

    #calculator .input-row .inside-input-row .input-row-button,
    .custom-button-redirect {
        cursor: pointer;
        color: black;
        background-color: #4ecca3;
        border: none;
        border-radius: 10px;
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
        padding: 5px 10px;
    }

    #calculator .input-row .inside-input-row label input {
        margin-bottom: 3px;
        top: 2px;
        left: 1px;
        position: relative;
    }

    #calculator label {
        align-items: center;
        text-align: center;
        justify-content: center;
        display: flex;
        margin-bottom: 0px;

    }

    #calculator input[type="range"] {
        width: 66%;
        margin: 0 auto;
    }

    #calculator input[type="number"] {
        width: 25px;
        border-radius: 5px;
        text-align: center;
        padding: 0px;
        font-size: 10px;
        color: white;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        font-size: 10px;

    }

    

    #calculator button {
        margin-top: 10px;
        padding: 5px 10px;
        font-size: 16px;
        cursor: pointer;
    }


    #calculator .input-row .inside-input-row .input-row-button,
    .custom-button-redirect{
        font-size: 10px !important;
    }


    .marketing-text-image {
        width: 100%;
    }

    .marketing-text-image img {
        width: 100%;
    }

    .marketing-content .attractive-text {
        font-size: 15px;
        padding: 10px;
    }


    .marketing-content .attractive-text .first-size {
        font-size: 15px;
    }


    .marketing-content .attractive-text .second-size {
        font-size: 13px;
    }

    .main-body-container{
        margin-top: 25px;
    }
    .main-body-container .attractive-text{
        padding: 10px;
    }


    .main-body-container .attractive-image {
        display: none;
    }


    .attractive-text .first-heading {
        font-size: 25px;
    }

    .attractive-text .second-heading {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .attractive-text .third-heading {
        font-size: 13px;
    }

    .custom-redirect{
        justify-content: right;
        margin-right: 10px;
        margin-bottom: 5px;
        position: relative;
        left: -25px;
        
    }

    .subscribe-button-container {
        margin-top: 10px;
        height: 30px;
        text-align: right;
        left: -25px;
    }

    .subscribe-button-container .subscribe-button {
        cursor: pointer;
        color: black;
        background-color: #4ecca3;
        border: none;
        border-radius: 10px;
        height: 100%;
        width: 100px;
        font-size: 10px;

        font-family: Arial, Helvetica, sans-serif;
    }

    #search-input{
        text-align: center;
        width: 85% !important;
    }

    #search-input-wrapper {
        position: relative;
        width: var(--search-input-size);

    }

    #news-indicators #news-main{
        max-width: 100%;
        overflow-x: hidden;
    }

    #news-indicators #top-sell{
        max-width: 100%;
        overflow-x: scroll;
    }

    #showcase-charts{
        max-width: 100%;
        overflow-x: scroll;
    }
}

@media screen and (max-width: 320px) {
    #calculator #interest {
        margin-bottom: 3px;
        top: 8px !important;
        left: -60px;
        position: relative;
    }
}




@media screen and (max-width: 426px) {

    .main-content-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .main-content-container .marketing-container {
        width: 100%;
        padding: 0px;
        height: 100%;
    }

    .main-content-container .content-container {
        margin-top: 20px;
        width: 100%;
        padding-top: 10px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        font-size: 8px;
        height: 90%;
    }

    #calculator {
        border-radius: 10px;
        height: 100%;
        text-align: center;
    }

    #calculator .input-row {
        display: flex;
        align-items: center;
        text-align: center;
    }

    #calculator .sliders {
        margin-top: 15px;
    }

    #calculator .input-row .inside-input-row {
        width: 50%;
    }

    #calculator .input-row .inside-input-row .input-row-button,
    .custom-button-redirect {
        cursor: pointer;
        color: black;
        background-color: #4ecca3;
        border: none;
        border-radius: 10px;
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
    }

    #calculator .input-row .inside-input-row label input {
        margin-bottom: 3px;
        top: 2px;
        left: 1px;
        position: relative;
    }

    #calculator label {
        align-items: center;
        text-align: center;
        justify-content: center;
        display: flex;
        margin-bottom: 0px;

    }

    #calculator input[type="range"] {
        width: 66%;
        margin: 0 auto;
    }

    #calculator input[type="number"] {
        width: 25px;
        border-radius: 5px;
        text-align: center;
        padding: 0px;
        font-size: 10px;
        color: white;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        font-size: 10px;

    }

    

    #calculator button {
        margin-top: 10px;
        padding: 5px 10px;
        font-size: 16px;
        cursor: pointer;
    }


    #calculator .input-row .inside-input-row .input-row-button,
    .custom-button-redirect {
        font-size: 10px !important;
    }


    .marketing-text-image {
        width: 100%;
    }

    .marketing-text-image img {
        width: 100%;
    }

    .marketing-content .attractive-text {
        font-size: 15px;
        padding: 10px;
    }


    .marketing-content .attractive-text .first-size {
        font-size: 11px;
    }


    .marketing-content .attractive-text .second-size {
        font-size: 9px;
    }

    .main-body-container{
        margin-top: 25px;
    }
    .main-body-container .attractive-text{
        padding: 10px;
    }
    .main-body-container .attractive-text .first-heading{
        font-size: 19px;
    }
    .main-body-container .attractive-text .second-heading{
        font-size: 13px;
    }
    .main-body-container .attractive-text .third-heading{
        font-size: 11px;
    }


    .main-body-container .attractive-image {
        display: none;
    }


    .attractive-text .first-heading {
        font-size: 25px;
    }

    .attractive-text .second-heading {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .attractive-text .third-heading {
        font-size: 13px;
    }

    .custom-redirect{
        justify-content: right;
        margin-right: 10px;
        margin-bottom: 5px;
        
        position: relative;
        left: -15px;
    }

    


    .subscribe-button-container {
        margin-top: 10px;
        height: 30px;
        left: -15px;
    }

    .subscribe-button-container .subscribe-button {
        cursor: pointer;
        color: black;
        background-color: #4ecca3;
        border: none;
        border-radius: 10px;
        height: 100%;
        width: 100px;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }

    #search-input{
        text-align: center;
        width: 65% !important;
    }

    #search-input-wrapper {
        position: relative;
        width: var(--search-input-size);

    }

    #news-indicators #news-main{
        max-width: 100%;
        overflow-x: hidden;
    }

    #news-indicators #top-sell{
        max-width: 100%;
        overflow-x: scroll;
    }

    #showcase-charts{
        max-width: 100%;
        overflow-x: scroll;
    }

    
    .nav-logo-container {
        height: 38px;
        align-items: center;
    }

    .nav-logo-container .new-logo img {
        height: 100%
    }

    .nav-logo-container .new-logo .first {
        height: 20px;
    }

    .nav-logo-container .new-logo .second {
        margin-left: 10px;
        height: 20px;
    }

    .search-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        /* margin-top: 83px; */
        text-align: center;
    }


    .search-container .search {
        display: flex;
        text-align: center;
        height: 25px;
        width: 100%;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .search-container .new-logo-container {
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        width:100%;
        margin-left: 0px;


    }

    .search-container .new-logo-container .logo {
        text-align: center;
        cursor: pointer;
        width: 19px;
        margin: 4px;
    }


    .search-container .new-logo-container img {
        width: 100%;
        max-width: 30px;
        border-radius: 20%;
    }

}





.container-for-weekly tbody td:nth-child(1){
    max-width: 160px; /* Set max-width for the first column */
    width: 160px; /* Set max-width for the first column */
}
.container-for-weekly tbody td:nth-child(2){
    max-width: 190px; /* Set max-width for the first column */
    width: 190px; /* Set max-width for the first column */
}

#top-sell  tbody td:nth-child(4) {
  max-width: 140px; 
  width: 140px; 
}

@media screen and (max-width: 768px){
    #top-sell  tbody td:nth-child(4) {
        max-width: auto; 
        width: auto; 
    }
      
}


.loading-container{
    height: 60%;
    display: none;
    justify-content: center;
    text-align: center;
    align-items: center;
}


.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 49px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  


.news-headline-container{
    position: relative;
}

.news-indicator-container-arrow{
    z-index: 100;
}

.news-indicator-container-arrow img{
    height: 20px;
    width: 20px;
}

.news-indicator-container-arrow span{
    cursor: pointer;
    /* font-size: 12px; */
    /* opacity: 0.7; */
}

.news-indicator-container-arrow .go-left, .go-right{
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: black; */
}
.news-indicator-container-arrow .go-left{
    transform: translateY(-50%);
    z-index: 10;
    top: 30%;
    left: 0;
}

.news-indicator-container-arrow .go-right{
    transform: translateY(-50%);
    z-index: 10;
    top: 30%;
    right: 25px;
}

.weekly_outlook-indicator-wrapper{
    position: relative;
}

.weekly_outlook-indicator-container-arrow{
    z-index: 100;
}

.weekly_outlook-indicator-container-arrow img{
    height: 20px;
    width: 20px;
}

.weekly_outlook-indicator-container-arrow span{
    cursor: pointer;
    /* font-size: 12px; */
    /* opacity: 0.7; */
}

.weekly_outlook-indicator-container-arrow .go-left, .go-right{
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: black; */
}
.weekly_outlook-indicator-container-arrow .go-left{
    transform: translateY(-50%);
    z-index: 10;
    top: 43%;
    left: 0;
}

.weekly_outlook-indicator-container-arrow .go-right{
    transform: translateY(-50%);
    z-index: 10;
    top: 43%;
    right: 0px;
}

.topgainerloser-indicator-wrapper{
    position: relative;
}

.topgainerloser-indicator-container-arrow{
    z-index: 100;
}

.topgainerloser-indicator-container-arrow img{
    height: 20px;
    width: 20px;
}

.topgainerloser-indicator-container-arrow span{
    cursor: pointer;
    /* font-size: 12px; */
    /* opacity: 0.7; */
}

.topgainerloser-indicator-container-arrow .go-left, .go-right{
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: black; */
}
.topgainerloser-indicator-container-arrow .go-left{
    transform: translateY(-50%);
    z-index: 10;
    top: 43%;
    left: 0;
}

.topgainerloser-indicator-container-arrow .go-right{
    transform: translateY(-50%);
    z-index: 10;
    top: 43%;
    right: 0px;
}

@media screen and (max-width: 1082px) {
    .treemap-indicator-container-arrow img{
        width: 15px !important;
        height: 15px !important;
    }

    .treemap-indicator-container-arrow .go-left{
        left: 0px;
    }
    .treemap-indicator-container-arrow .go-right{
        right: 0px;
    }

    .news-indicator-container-arrow .go-right{
        right: 0px;
    }
    
}